html,body{
	padding: 0;
	margin: 0;
}
body{
	background: #f6f6f8;
}
.select_text{
	color: rgba(255, 166, 40, 1);
	font-weight: bold;
}
.sm_text{
	font-size: 16px;
}
.bold{
	font-weight: bold;
	font-size: 32px;
}
.main_block{
	width: 1180px;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	background: #f6f6f8;
	overflow: hidden;
	margin: 0 auto;
}
.main_block .header{
	width: 100%;
	height: 300px;
	background-image:url('https://form-adminserve.brifure.com/common/activity/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}
.content{
	width: 100%;
	display: flex;
	margin-top: 15px;
}
.content .content_left{
	width: calc(100% - 240px);
	margin-right: 12px;
}
.content .content_right{
	width: 240px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.block_title{
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.block_title_img, .block_title_img1{
	width: 44px;
	height: 44px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #988AFF;
	box-shadow: 0px 16px 36px 2px rgba(117, 98, 255, 0.4);
	border-radius: 4px;
}
.block_title_img1{
	background: #7EC1FE;
	box-shadow: 0px 16px 36px 2px rgba(103, 160, 255, 0.4);
}
.block_title_img img, .block_title_img1 img{
	width: 32px;
	height: 32px;
	display: block;
}
.content_right .code_list{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.content_right .code_item{
	margin-top: 18px;
}
.content_right .code_img{
	width: 96px;
	height: 96px;
	margin: 15px auto 0;
	box-shadow: 0px 16px 36px 2px rgba(103, 160, 255, 0.4);
}
.content_right .code_img>img{
	width: 100%;
	height: 100%;
}
.content_left_tab{
	display: flex;
	justify-content: space-around;
}
.left_tab_item{
	width: 200px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(253, 236, 235, 1);
	color: rgba(255, 156, 156, 1);
	border-radius: 10px;
}
.left_tab_item:nth-child(2){
	color: rgba(101, 158, 253, 1);
	background: rgba(213, 235, 255, 1);
}
.left_tab_item:nth-child(3){
	color: rgba(255, 172, 105, 1);
	background: rgba(255, 244, 218, 1);
}
.left_tab_item:nth-child(4){
	color: rgba(114, 131, 255, 1);
	background: rgba(228, 232, 255, 1);
	margin: 0;
}
.position_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	justify-content: space-between;
}
.position_item{
	width: 290px;
	height: 140px;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 14px;
	font-size: 14px;
}
.position_item:hover{
	box-shadow: 0 0 10px #ccc;
	transition: all 1s;
}
.position_item .position_head{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 8px;
}
.position_tabs{
	display: flex;
}
.position_tab_item{
	padding: 2px 10px;
	border: 1px solid rgba(255, 180, 1, 1);
	color: rgba(255, 180, 1, 1);
	border-radius: 2px;
	overflow: hidden;
	margin-left: 10px;
	font-size: 12px;
}
.position_tab_item:first-child{
	margin: 0;
}
.positon_desc{
	display: flex;
	margin-top: 12px;
	line-height: 36px;
	overflow: hidden;
}
.positon_desc_logo{
	min-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	background: #f3f3f3;
	margin-right: 14px;
}
.positon_desc_name{
	width: 198px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.position_head_salar{
	color: rgba(255, 166, 40, 1);
	font-weight: bold;
}
.about_block{
	font-size: 12px;
}
.read_more{
	width: 120px;
	height: 44px;
	background-color: rgba(255, 166, 40, 1);
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 14px auto;
	text-align: center;
	line-height: 44px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
